home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
zip
/
unzip
/
zip.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-01
|
330 b
|
12 lines
/* This is a dummy zip.h to allow crypt.c from Zip to compile for unzip */
#include "unzip.h"
#define SKIP_TIME_H /* don't include time.h again in crypt.c */
#define local
typedef unsigned short ush;
typedef unsigned long ulg;
extern ULONG crc_32_tab[];
#define crc32(c, b) (crc_32_tab[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))